(no commit message)
authorjgoerzen <jgoerzen@web>
Sat, 3 Sep 2022 20:37:25 +0000 (20:37 +0000)
committeradmin <admin@branchable.com>
Sat, 3 Sep 2022 20:37:25 +0000 (20:37 +0000)
doc/forum/Use_on_large_media_collection_without_modifying_it.mdwn

index 0d2e8069b24ef0e83722ca2ed617778b7e13faa4..4c2d10f6f922a6ba78eb8cb5dec12ab492bb714f 100644 (file)
@@ -25,7 +25,7 @@ So here's what I've looked into so far.  All of these are run with `git annex ad
 
 Incidentally, I mentioned timestamps and didn't say how I'll preserve them for the archive drives.  I can use mtree from Debian's mtree-netbsd package and do something like this on the source directory:
 
-`mtree -c -R nlink,uid,gid,mode  -p `pwd` -X <(echo './.git') > /tmp/spec`
+`mtree -c -R nlink,uid,gid,mode  -p /PATH/TO/REPO -X <(echo './.git') > /tmp/spec`
 
 And on the destination, restore the timestamps with: